1. Article 1¶
1.1. Heading 1¶
Paragraph
This screencast will help you get started or you can read our guide below.
1.2. Heading 2¶
- Assuming you have Python already, `install Sphinx`_:
pip install sphinx
- Create a directory inside your project to hold your docs:
cd /path/to/project
mkdir docs
- Run
sphinx-quickstartin there:
cd docs
sphinx-quickstart